maxBound

A shortcut for

bound {
maxValue = limit
}

See also


fun VerificationRuleSettings.maxBound(limit: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)(source)

A shortcut for

bound {
maxValue = limit
coverageUnits = coverageUnits
aggregationForGroup = aggregation
}

See also